runtime.g.param (field)
21 uses
runtime (current package)
chan.go#L252: gp.param = nil
chan.go#L273: gp.param = nil
chan.go#L317: gp.param = unsafe.Pointer(sg)
chan.go#L392: gp.param = unsafe.Pointer(sg)
chan.go#L411: gp.param = unsafe.Pointer(sg)
chan.go#L576: gp.param = nil
chan.go#L595: gp.param = nil
chan.go#L649: gp.param = unsafe.Pointer(sg)
debugcall.go#L129: newg.param = unsafe.Pointer(args)
debugcall.go#L202: args := (*debugCallWrapArgs)(gp.param)
debugcall.go#L204: gp.param = nil
mgcmark.go#L481: completed := gp.param != nil
mgcmark.go#L482: gp.param = nil
mgcmark.go#L534: gp.param = nil
mgcmark.go#L595: gp.param = unsafe.Pointer(gp)
proc.go#L472: if gp.param != nil {
proc.go#L3880: gp.param = nil
runtime2.go#L444: param unsafe.Pointer
select.go#L321: gp.param = nil
select.go#L333: sg = (*sudog)(gp.param)
select.go#L334: gp.param = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |